Skip to content

[9.1] Fix match_only_text keyword multi-field bug (#131383) #131467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

jordan-powers
Copy link
Contributor

Backports the following commits to 9.1:

In elastic#131314 we fixed match_only_text fields with ignore_above keyword
multi-fields in the case that the keyword multi-field is stored. However,
the issue is still present if the keyword field is not stored, but instead
has doc values.

This patch fixes that case.
@jordan-powers jordan-powers added :StorageEngine/Mapping The storage related side of mappings >non-issue auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:StorageEngine labels Jul 17, 2025
@elasticsearchmachine elasticsearchmachine merged commit 44f9b88 into elastic:9.1 Jul 17, 2025
34 checks passed
@jordan-powers jordan-powers deleted the backport/9.1/pr-131383 branch July 17, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >non-issue :StorageEngine/Mapping The storage related side of mappings Team:StorageEngine v9.1.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants